object PwDialog: TPwDialog Left = 520 Top = 185 BorderIcons = [] BorderStyle = bsToolWindow ClientHeight = 99 ClientWidth = 221 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object lblPrompt: TLabel Left = 10 Top = 11 Width = 49 Height = 13 Caption = 'Password:' end object edtPassword: TEdit Left = 10 Top = 30 Width = 199 Height = 21 PasswordChar = '*' TabOrder = 0 OnChange = edtPasswordChange end object btnOK: TButton Left = 20 Top = 62 Width = 74 Height = 23 Caption = 'OK' Default = True Enabled = False ModalResult = 1 TabOrder = 1 end object btnCancel: TButton Left = 126 Top = 62 Width = 74 Height = 23 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end end